Click or drag to resize

ReceiveResponseEventHandler Delegate

Represents the method that will handle the [!:ReceiveResponse] event

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public delegate void ReceiveResponseEventHandler(
	Object sender,
	ResponseEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: Independentsoft.SipResponseEventArgs
The ResponseEventArgs instance containing the event data.
See Also